Helpful Information
 
 
Category: vBulletin 3.6 Template Modifications
Add "View My Profile" To USERCP

Quick little template change. Couldnt find it anywheres so figured Id post it for those working on a Myspace style hack.

Install time: 37 Seconds
Templates to edit : 1

Styles/ Templates > Pick whichever style you want > Edit Templates > User Control Panel Templates > USERCP_SHELL


Find:

<if condition="$show['siglink']">


Below that add:

<td class="alt2" nowrap="nowrap"><a class="smallfont" href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">View My Profile</a></td>
</tr>
</if>


Click save. Your Done. Click Install at the top. Enjoy.

nice idea, installed thank you :)

Nice idea. Thanks!

Wouldn't you be breaking the $show[siglink] condition by doing that? You'd want to add it above that and instead use something like this:
<tr><td class="alt2" nowrap="nowrap"><a class="smallfont" href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">View My Profile</a></td></tr>

Installed.
Nice idea .
Thank you .

Very nice :) thank you!

Installed

Installed thanks :)

Install time: 37 SecondsIt took me 38 seconds :D

Wouldn't you be breaking the $show[siglink] condition by doing that? You'd want to add it above that and instead use something like this:
<tr><td class="alt2" nowrap="nowrap"><a class="smallfont" href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">View My Profile</a></td></tr>

Has there been any validity to this yet? I don't know which code to go with here....

Thanks

Installed.

Add:
<tr><td class="alt2" nowrap="nowrap"><a class="smallfont" href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">View My Profile</a></td></tr>
Above:
<if condition="$show['siglink']">

Works fine. Puts it at the top under Settings & Options










privacy (GDPR)